type net/http.connectMethodKey
15 uses
net/http (current package)
transport.go#L100: idleConn map[connectMethodKey][]*persistConn // most recently used at end
transport.go#L101: idleConnWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L111: connsPerHost map[connectMethodKey]int
transport.go#L112: connsPerHostWait map[connectMethodKey]wantConnQueue // waiting getConns
transport.go#L1138: t.idleConn = make(map[connectMethodKey][]*persistConn)
transport.go#L1251: t.idleConnWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1331: key connectMethodKey // cm.key()
transport.go#L1607: t.connsPerHost = make(map[connectMethodKey]int)
transport.go#L1615: t.connsPerHostWait = make(map[connectMethodKey]wantConnQueue)
transport.go#L1663: func (t *Transport) decConnsPerHost(key connectMethodKey) {
transport.go#L2053: func (cm *connectMethod) key() connectMethodKey {
transport.go#L2062: return connectMethodKey{
transport.go#L2099: type connectMethodKey struct {
transport.go#L2104: func (k connectMethodKey) String() string {
transport.go#L2122: cacheKey connectMethodKey
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)